home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd1.bin / chplus / prazdroj / cz / media / odpovednost.swf / scripts / DefineButton2_38 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-03-12  |  133b  |  5 lines

  1. on(release){
  2.    url = _root.url[Number(String(this._name).substring(4,String(this._name).length)) - 1];
  3.    getURL(url,"_top");
  4. }
  5.